home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.jdt_3.1.0.jar / plugin.xml < prev   
Encoding:
Extensible Markup Language  |  2005-09-29  |  1.5 KB  |  45 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3. <plugin>
  4.  
  5.     <extension
  6.          point="org.eclipse.ui.intro.configExtension">
  7.       <configExtension
  8.             configId="org.eclipse.platform.introConfig"
  9.             content="$nl$/intro/overviewExtensionContent.xml"/>  
  10.         
  11.       <configExtension
  12.             configId="org.eclipse.platform.introConfig"
  13.             content="$nl$/intro/tutorialsExtensionContent.xml"/>  
  14.       
  15.       <configExtension
  16.             configId="org.eclipse.platform.introConfig"
  17.             content="$nl$/intro/samplesExtensionContent.xml"/>
  18.             
  19.       <configExtension
  20.             configId="org.eclipse.platform.introConfig"
  21.             content="$nl$/intro/newsExtensionContent.xml"/>
  22.    </extension>
  23.    
  24.    <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
  25.       <cheatsheet
  26.             category="org.eclipse.jdt"
  27.             contentFile="$nl$/cheatsheets/HelloWorld.xml"
  28.             id="org.eclipse.jdt.helloworld"
  29.             name="%cheatsheet.helloworld.name">
  30.          <description>%cheatsheet.helloworld.desc</description>
  31.       </cheatsheet>
  32.       <cheatsheet
  33.             category="org.eclipse.jdt"
  34.             contentFile="$nl$/cheatsheets/HelloWorldSWT.xml"
  35.             id="org.eclipse.jdt.helloworld.swt"
  36.             name="%cheatsheet.helloworld.swt.name">
  37.          <description>%cheatsheet.helloworld.swt.desc</description>
  38.       </cheatsheet>
  39.       <category
  40.             id="org.eclipse.jdt"
  41.             name="%cheatsheet.category.jdt"/>
  42.    </extension>
  43.  
  44. </plugin>
  45.